home *** CD-ROM | disk | FTP | other *** search
- #[document 76.7015 141.801 115.599 182.999
- static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
- static stroked="stroked";
- static vert="vertical",horz="horizontal";
- static miter="miter",bevel="bevel",round="round";
- static butt="butt",proj="projected";
- #[page
- auto m=move,l=line,c=curve;
- auto p;
- gc_cspace("Lab");
- gc_color(100.0,0.0,0.0);
- rect(0,0,0,0);
- auto ng=draw(path());
- auto s=array(ng);
- m(78.75,147.80);
- l(83.05,153.30);
- l(86.60,153.65);
- l(87.95,150.15);
- l(83.45,143.85);
- l(84.85,142.65);
- l(92.45,146.20);
- l(93.45,151.90);
- l(92.85,155.65);
- l(106.00,169.95);
- l(108.70,169.40);
- l(114.75,172.95);
- l(114.75,179.20);
- l(113.80,180.35);
- l(110.65,175.10);
- l(107.75,174.90);
- l(106.55,177.65);
- l(109.50,181.75);
- l(108.10,182.15);
- l(103.85,179.40);
- l(102.65,174.50);
- l(86.80,160.35);
- l(80.90,160.15);
- l(78.15,155.05);
- l(77.55,148.75);
- l(78.75,147.80);
- close_edge();
- p=path();
- gc_color(100.00,0.00,0.01);
- s[0]=draw(p);
- gc_draw_style(stroked);
- gc_line_join_style(round);
- gc_stroke_width(1.20);
- gc_font_draw_style(0);
- gc_color(0.00,0.00,0.00);
- s[0]:=draw(p);
- page:=s[0];
- s=NULL;
- #]page
- #]document
-